Browse Source

Add 'doc' rule to the makefile as an alias for 'documentation'.

remotes/origin/translate_notes
Alexandre Dupas 15 years ago
parent
commit
5684668ce0
  1. 2
      makefile

2
makefile

@ -92,6 +92,8 @@ cleanall: clean
depend:
doc : documentation
documentation:
$(IKIWIKI) doc html -v --wikiname "Songbook Documentation" --plugin=goodstuff --set usedirs=0

Loading…
Cancel
Save