diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-20 13:34:43 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-20 13:48:38 +0200 |
commit | 37056b4b757f91c5d53be4ba750dde758a05765d (patch) | |
tree | 9cc019ba475db9952e16e4cfa2c22da28d97b2d8 /fonts/Makefile.am | |
parent | 61e3123dccf41518a4959991c2e1ca53896ed945 (diff) | |
download | tdepacman-37056b4b757f91c5d53be4ba750dde758a05765d.tar.gz tdepacman-37056b4b757f91c5d53be4ba750dde758a05765d.zip |
Drop automake build support.
Remove empty folder templates.
Delete gmo files from the po folder.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'fonts/Makefile.am')
-rw-r--r-- | fonts/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
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)############ |