HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jairicem/alfijiri.com/vendor/mike42/escpos-php/doc/Makefile
html: escpos.doxyfile
	# Compile
	doxygen escpos.doxyfile
	# Filter out warnings on README.md- doxygen cannot handle image links that
	# are used there: [![Caption](https://example.com/target)](https://example.com/image)
	sed -i '/README.md\:/d' warnings.log
	# Show warnings log
	cat warnings.log
	# Return failure if there were any doc warnings
	[ ! -s warnings.log ]

latex: html
	# Do nothing

xml: html
	xsltproc xml/combine.xslt xml/index.xml > all.xml

clean:
	rm --preserve-root -Rf html latex xml doxygen_sqlite3.db all.xml warnings.log