Sha256: 850d127f0052717604b051b03b98ff08a9c353e774b85818ed73e2ab928a00fe

Contents?: true

Size: 425 Bytes

Versions: 2

Compression:

Stored size: 425 Bytes

Contents

if ENABLE_DOXYGEN_DOC

all-local: doxygen.stamp

doxygen.stamp: $(top_srcdir)/datrie/*.h
	$(DOXYGEN)
	touch doxygen.stamp

install-data-local: install-html

install-html:
	$(INSTALL) -d $(DESTDIR)$(htmldocdir)
	$(INSTALL_DATA) html/* $(DESTDIR)$(htmldocdir)

uninstall-local:
	rm -rf $(DESTDIR)$(htmldocdir)

clean-local:
	rm -rf html man
	rm -f doxygen.stamp

else

install-data-local:
uninstall-local:
clean-local:

endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tyler-trie-0.1.0 ext/libdatrie/doc/Makefile.am
tyler-trie-0.1.1 ext/libdatrie/doc/Makefile.am