Initial import of Dillo

This commit is contained in:
2025-02-28 13:34:30 -05:00
parent bd4e3eebd8
commit 20fea64cb5
496 changed files with 156174 additions and 0 deletions

18
Makefile.am Normal file
View File

@ -0,0 +1,18 @@
SUBDIRS = lout dw dlib dpip src doc dpid dpi test
dist_bin_SCRIPTS = dillo-install-hyphenation
EXTRA_DIST = README.md Doxyfile dillorc install-dpi-local d_size.h
sysconf_DATA = dillorc
desktopdir = $(datadir)/applications
desktop_DATA = dillo.desktop
appicon48dir = $(datadir)/icons/hicolor/48x48/apps/
appicon48_DATA = icons/48x48/dillo.png
appicon128dir = $(datadir)/icons/hicolor/128x128/apps/
appicon128_DATA = icons/128x128/dillo.png
EXTRA_DIST += $(desktop_DATA) $(appicon48_DATA) $(appicon128_DATA)