blob: 6ae26b892db43be258e639407af349b8e3f8e543 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- gnusim8085-1.3.7/Makefile.am.orig
+++ gnusim8085-1.3.7/Makefile.am
@@ -3,17 +3,9 @@
## If you don't want it to overwrite it,
## Please disable it in the Anjuta project configuration
-SUBDIRS = po src pixmaps doc data
+SUBDIRS = po src pixmaps data
-gnusim8085_docdir = $(docdir)
-gnusim8085_doc_DATA = \
- README\
- AUTHORS\
- NEWS\
- TODO\
- ABOUT-NLS
-
-EXTRA_DIST = config.rpath m4/ChangeLog $(gnusim8085doc_DATA)
+EXTRA_DIST = config.rpath m4/ChangeLog
DISTCLEANFILES = *.exe *.gz
|