1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Description: Remove non-DFSG files from Makefile
Author: Fabian Wolff <fabi.wolff@arcor.de>
Forwarded: not-needed
Last-Update: 2025-02-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/buildsys/autotools/Makefile.am
+++ b/buildsys/autotools/Makefile.am
@@ -47,23 +47,7 @@
../../libtcod.cfg
dist_noinst_DATA += \
- ../../terminal.png \
- ../../data/img/circle.png \
- ../../data/img/skull.png \
- ../../data/namegen/mingos_town.cfg \
- ../../data/namegen/README.txt \
- ../../data/namegen/mingos_demon.cfg \
- ../../data/namegen/mingos_dwarf.cfg \
- ../../data/namegen/jice_norse.cfg \
- ../../data/namegen/jice_town.cfg \
- ../../data/namegen/jice_region.cfg \
- ../../data/namegen/jice_celtic.cfg \
- ../../data/namegen/mingos_norse.cfg \
- ../../data/namegen/jice_fantasy.cfg \
- ../../data/namegen/mingos_standard.cfg \
- ../../data/namegen/jice_mesopotamian.cfg \
- ../../data/fonts/README.md \
- ../../data/fonts/dejavu10x10_gs_tc.png
+ ../../terminal.png
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libtcod.pc
|