[Autosec-devel] sonar/doc Makefile.am,1.6,1.7 Makefile.in,1.17,1.18
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-04-08 23:09:57
|
Update of /cvsroot/autosec/sonar/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2081/doc Modified Files: Makefile.am Makefile.in Log Message: Modified makefiles to install plugin manual Index: Makefile.in =================================================================== RCS file: /cvsroot/autosec/sonar/doc/Makefile.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Makefile.in 8 Apr 2004 22:38:41 -0000 1.17 --- Makefile.in 8 Apr 2004 22:56:44 -0000 1.18 *************** *** 289,293 **** -rm -f Makefile.in ! install-data-local: html @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) --- 289,293 ---- -rm -f Makefile.in ! install-data-local: html sonar_plugin_man.pdf @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) *************** *** 298,301 **** --- 298,302 ---- cp -rf $$d$$p $(DESTDIR)$(pkgdatadir); \ done + cp -f sonar_plugin_man.pdf $(DESTDIR)$(pkgdatadir) uninstall-local: *************** *** 306,309 **** --- 307,311 ---- rm -rf $(DESTDIR)$(pkgdatadir)/$$d$$p; \ done + rm -f $(DESTDIR)$(pkgdatadir)/sonar_plugin_man.pdf html: Index: Makefile.am =================================================================== RCS file: /cvsroot/autosec/sonar/doc/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 8 Apr 2004 22:38:41 -0000 1.6 --- Makefile.am 8 Apr 2004 22:56:44 -0000 1.7 *************** *** 22,26 **** -rm -f Makefile.in ! install-data-local: html @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) --- 22,26 ---- -rm -f Makefile.in ! install-data-local: html sonar_plugin_man.pdf @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) *************** *** 31,34 **** --- 31,35 ---- cp -rf $$d$$p $(DESTDIR)$(pkgdatadir); \ done + cp -f sonar_plugin_man.pdf $(DESTDIR)$(pkgdatadir) uninstall-local: *************** *** 39,42 **** --- 40,44 ---- rm -rf $(DESTDIR)$(pkgdatadir)/$$d$$p; \ done + rm -f $(DESTDIR)$(pkgdatadir)/sonar_plugin_man.pdf html: |