Check-in Number:
|
4108 | |
Date: |
2003-Mar-06 18:01:48 (local)
2003-Mar-06 17:01:48 (UTC) |
User: | ms |
Branch: | |
Comment: |
Add doc phony target, because we now have four man pages and a HTML file to
build and manage. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/Makefile.in 1.48 -> 1.49
--- Makefile.in 2003/03/06 16:24:27 1.48
+++ Makefile.in 2003/03/06 17:01:48 1.49
@@ -136,6 +136,8 @@
as_helpanel.o: as_helpanel.cpp
$(CXX) -c -DTITRAQ_DOCDIR=\"$(datadir)\" $(CPPFLAGS) $(CXXFLAGS) $<
+doc: as-gui.1 as-gui.conf.5 as-events.5 as-accounts.5
+
as-gui.1: as-gui.pod
VS=`$(SHTOOL) version -lc -dshort as_version.cpp`; \
VL=`$(SHTOOL) version -lc -dlong as_version.cpp`; \
@@ -223,4 +225,4 @@
test: as-gui
./as_gui_test.sh
-.PHONY: install uninstall clean distclean realclean check test
+.PHONY: doc install uninstall clean distclean realclean check test
|
|