Skip to content

Commit

Permalink
add postwebsf to the root
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Feb 27, 2005
1 parent 818d37f commit 3edf96f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ docs: manpages
clean-docs:
cd $(DOCS_DIR) && make clean-docs

postweb: manpages docs
postweb: manpages
cd $(DOCS_DIR) && make postweb

postwebsf: manpages
cd $(DOCS_DIR) && make postwebsf

manpages:
cd scripts && make
cd src && make manpages
Expand Down

0 comments on commit 3edf96f

Please sign in to comment.