commit 9fec3749b7b3078ad2d115b4e26243cfc7456ded from: Omar Polo date: Sat May 06 10:13:22 2023 UTC don't install templates/Makefile commit - f1af9c08597a9156a3a84fe6c588a10f2d8f307c commit + 9fec3749b7b3078ad2d115b4e26243cfc7456ded blob - 3cdc0706ba979b3e31b3d45017d2d5b5e04ab998 blob + dd0133354b29cf2aa0c1067312aa3b0c3563151d --- templates/Makefile +++ templates/Makefile @@ -10,7 +10,7 @@ dist: install: mkdir -p ${DESTDIR}${SYSCONFDIR}/gotmarc/ - ${INSTALL_DATA} ${DISTFILES} ${DESTDIR}${SYSCONFDIR}/gotmarc/ + ${INSTALL_DATA} *.html ${DESTDIR}${SYSCONFDIR}/gotmarc/ uninstall: rm -f ${DESTDIR}${SYSCONFDIR}/gotmarc/${DISTFILES}