From 37056b4b757f91c5d53be4ba750dde758a05765d Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 20 Aug 2020 13:34:43 +0200 Subject: Drop automake build support. Remove empty folder templates. Delete gmo files from the po folder. Signed-off-by: gregory guy --- fonts/Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 fonts/Makefile.am (limited to 'fonts/Makefile.am') diff --git a/fonts/Makefile.am b/fonts/Makefile.am deleted file mode 100644 index bff6b80..0000000 --- a/fonts/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = font-small.pbm font-smooth.pbm font.pbm - -install-data-local: - $(mkinstalldirs) $(kde_datadir)/kpacman/fonts/ - $(INSTALL_DATA) $(srcdir)/font-small.pbm $(kde_datadir)/kpacman/fonts/font-small.pbm - $(mkinstalldirs) $(kde_datadir)/kpacman/fonts/ - $(INSTALL_DATA) $(srcdir)/font-smooth.pbm $(kde_datadir)/kpacman/fonts/font-smooth.pbm - $(mkinstalldirs) $(kde_datadir)/kpacman/fonts/ - $(INSTALL_DATA) $(srcdir)/font.pbm $(kde_datadir)/kpacman/fonts/font.pbm - -uninstall-local: - -rm -f $(kde_datadir)/kpacman/fonts/font-small.pbm - -rm -f $(kde_datadir)/kpacman/fonts/font-smooth.pbm - -rm -f $(kde_datadir)/kpacman/fonts/font.pbm - -####### tdevelop will overwrite this part!!! (end)############ -- cgit v1.2.1