We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e7398 commit 71ac180Copy full SHA for 71ac180
docs/Makefile
@@ -17,6 +17,6 @@ dist:
17
18
%.html: dist force-rebuild
19
@echo Writing $@
20
- @php $(basename $(notdir $@)).php | sed -e 's/\.php/.html/g' -e 's#index\.html#/#' > $@
+ @php $(basename $(notdir $@)).php | sed -e 's/\.php/.html/g' -e 's#index\.html#/php-forms#' > $@
21
22
force-rebuild:
0 commit comments