if DOC all: @DOXYGEN@ Doxyfile else all: endif EXTRA_DIST = manual.xml dist_doc_DATA = index.html manual.html style.css docdir = ${datadir}/doc/${PACKAGE} install-data-local : $(mkdir_p) $(DESTDIR)$(docdir) cp -R $(abs_srcdir)/html $(DESTDIR)$(docdir) uninstall-local : chmod -R +w $(DESTDIR)$(docdir) rm -rf $(DESTDIR)$(docdir) dist-hook : $(mkdir_p) $(distdir) cp -R $(abs_srcdir)/html $(distdir) clean-local: $(RM) -rf $(abs_srcdir)/html/*
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 16129 | tjuricek |
Rename/move files again... this time to the hyphenated-approach. |
||
//guest/tjuricek/file_system_client/main/vendor/tclap-1.2.1/docs/Makefile.am | |||||
#1 | 16119 | tjuricek | Rename/move to meet workshop project conventions. | ||
//guest/tjuricek/fsclient/vendor/tclap-1.2.1/docs/Makefile.am | |||||
#1 | 16118 | tjuricek |
FSClient initial version: handles add, edit This is a proof-of-concept app that mirrors an existing Perforce workspace to handle running commands like "p4 add" and "p4 edit" automatically when your apps add and write files. See the readme for more information. |