Skip to content

Commit

Permalink
Missed Doxyfile.help reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Oct 6, 2009
1 parent 4861461 commit 1353d54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ share/man: $(HELP_SRC)
cat $$i >>$$FILE; \
echo "*/" >>$$FILE; \
done
doxygen Doxyfile.help
for i in $(HELP_SRC); do \
CMD_NAME=`basename $$i .txt`; \
sed -e "s/\(.\)\\.SH/\1/" -e "s/$$CMD_NAME *\\\\- *\"\(.*\)\"/\1/" <help_doc/man/man1/$$CMD_NAME.1 >share/man/$$CMD_NAME.1; \
Expand Down

0 comments on commit 1353d54

Please sign in to comment.