- Timestamp:
- Apr 22, 2026, 11:56:11 AM (3 months ago)
- Location:
- branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/web/cgi
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/web/cgi
-
Property svn:ignore
set to
Makefile
Makefile.in
-
Property svn:ignore
set to
-
branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/web/cgi/Makefile.am
r42992 r42993 1 2 installdir = $(libdir) 3 4 install_files = dsdbh.pm 5 6 install_SCRIPTS = $(install_files) 7 8 ACLOCAL_AMFLAGS = -I m4 9 10 cgi_config = dsshellconfig 11 1 12 cgi_scripts = \ 2 13 dsindex.cgi \ … … 5 16 dsfsindex \ 6 17 dsprodindex \ 7 dsrootindex \ 8 dsshellconfig 18 dsrootindex 9 19 10 20 dsroot_files = index.txt.template index.txt 11 21 12 EXTRA_DIST = $(cgi_scripts) $( dsroot_files)22 EXTRA_DIST = $(cgi_scripts) $(cgi_config) $(dsroot_files) 13 23 14 24 install-cgi: … … 29 39 $(INSTALL_DATA) $$f $(DESTDIR)$(dsroot)/$$f; \ 30 40 done 31 @echo "" 32 @echo "datastore apache CGI code installation complete." 33 @echo "Now please edit $(DESTDIR)$(cgidir)/dsshellconfig" 34 @echo "and add the required settings." 35 @echo "" 41 42 @if test ! -f "$(DESTDIR)$(cgidir)/dsshellconfig"; then \ 43 $(INSTALL_DATA) dsshellconfig "$(DESTDIR)$(cgidir)/dsshellconfig"; \ 44 echo ""; \ 45 echo "Installed new dsshellconfig file:"; \ 46 echo " $(DESTDIR)$(cgidir)/dsshellconfig"; \ 47 echo "Please edit it and add the required settings."; \ 48 echo ""; \ 49 else \ 50 echo ""; \ 51 echo "Preserving existing file:"; \ 52 echo " $(DESTDIR)$(DESTDIR)$(cgidir)/dsshellconfig"; \ 53 echo "Template not reinstalled, so local edits were kept."; \ 54 echo ""; \ 55 fi 36 56 37 57 uninstall-cgi:
Note:
See TracChangeset
for help on using the changeset viewer.
