Re-generate the Makefiles
This commit is contained in:
parent
6fb566ebdb
commit
36bc0d0888
1
Makefile
1
Makefile
@ -54,6 +54,7 @@ dist:
|
|||||||
$(PACKAGE)-$(VERSION)/doc/scripts/manual.css.xml \
|
$(PACKAGE)-$(VERSION)/doc/scripts/manual.css.xml \
|
||||||
$(PACKAGE)-$(VERSION)/doc/scripts/phplint.sh \
|
$(PACKAGE)-$(VERSION)/doc/scripts/phplint.sh \
|
||||||
$(PACKAGE)-$(VERSION)/doc/scripts/pkgconfig.sh \
|
$(PACKAGE)-$(VERSION)/doc/scripts/pkgconfig.sh \
|
||||||
|
$(PACKAGE)-$(VERSION)/doc/scripts/platform.sh \
|
||||||
$(PACKAGE)-$(VERSION)/doc/scripts/pylint.sh \
|
$(PACKAGE)-$(VERSION)/doc/scripts/pylint.sh \
|
||||||
$(PACKAGE)-$(VERSION)/doc/scripts/shlint.sh \
|
$(PACKAGE)-$(VERSION)/doc/scripts/shlint.sh \
|
||||||
$(PACKAGE)-$(VERSION)/doc/scripts/subst.sh \
|
$(PACKAGE)-$(VERSION)/doc/scripts/subst.sh \
|
||||||
|
@ -28,6 +28,8 @@ install:
|
|||||||
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
|
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
|
||||||
$(INSTALL) -m 0644 pkgconfig.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh
|
$(INSTALL) -m 0644 pkgconfig.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh
|
||||||
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
|
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
|
||||||
|
$(INSTALL) -m 0644 platform.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/platform.sh
|
||||||
|
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
|
||||||
$(INSTALL) -m 0644 pylint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pylint.sh
|
$(INSTALL) -m 0644 pylint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pylint.sh
|
||||||
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
|
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
|
||||||
$(INSTALL) -m 0644 shlint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh
|
$(INSTALL) -m 0644 shlint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh
|
||||||
@ -44,6 +46,7 @@ uninstall:
|
|||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh
|
||||||
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/platform.sh
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pylint.sh
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pylint.sh
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/subst.sh
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/subst.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user