This file is indexed.

/usr/share/php/data/XML_RPC2/Makefile is in php-xml-rpc2 1.1.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
run-tests:
	make -C tests run-tests


phpdoc: 
	monotone log > CHANGELOG
	make -C docs phpdoc
	cp CHANGELOG XML
	phpdoc --directory XML,docs/tutorials --examplesdir docs/examples --target docs/phpdoc --title "XML_RPC2 Documentation" --parseprivate --defaultpackagename XML_RPC2 --pear -ric --output HTML:Smarty:PHP 
	rm -f XML/CHANGELOG

clean: 
	make -C tests clean
	rm -Rf docs/phpdoc
	rm -f CHANGELOG