summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-07-11 16:47:13 +0800
committerPo Lu <luangruo@yahoo.com>2023-07-11 16:47:13 +0800
commitfcf53bf9f5894665af07499137d7e8ef888cdcdd (patch)
treedeeccc2595b3db08caaf703d813cae574e715b9c /.gitignore
parentf2c4643890837c156b8332227232060028102c01 (diff)
downloademacs-fcf53bf9f5894665af07499137d7e8ef888cdcdd.tar.gz
Fix doc file generation on Android
* .gitignore: Ignore cross/etc/DOC. * configure.ac: Make the directory `cross/etc'. * cross/Makefile.in (CLEAN_SUBDIRS): Clean files inside `etc' as well. * java/Makefile.in (install_temp): Copy cross/etc/DOC to the package if it is available. * src/Makefile.in (SOME_MACHINE_OBJECTS): Add androidselect.c, sfntfont-android.c and sfntfont.c. (libemacs.so): Depend on $(etc)/DOC.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c95bccccfbf..889008dd96d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -107,6 +107,7 @@ cross/lib-src/*
cross/sys/*
cross/config.status
cross/*.bak
+cross/etc/DOC
cross/ndk-build/Makefile
cross/ndk-build/ndk-build.mk