diff options
author | Jouni Malinen <j@w1.fi> | 2012-04-24 20:37:24 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-04-24 20:37:24 +0300 |
commit | 7c4e92115a795dd2ee2135cf49d7e9e172fb5851 (patch) | |
tree | b541d373a0f41759b8a2f9c513f980b045fa63b4 /doc/Makefile | |
parent | 1ceb0e1778b0306488bf7546c1edb3b67531fee1 (diff) | |
download | external_wpa_supplicant_8_ti-7c4e92115a795dd2ee2135cf49d7e9e172fb5851.zip external_wpa_supplicant_8_ti-7c4e92115a795dd2ee2135cf49d7e9e172fb5851.tar.gz external_wpa_supplicant_8_ti-7c4e92115a795dd2ee2135cf49d7e9e172fb5851.tar.bz2 |
Update Doxygen documentation for new version
Add src/p2p directory and work around some issues with newer Doxygen
versions disliking the wpa_supplicant prefix in labels.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 5c1b386..08a266f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,6 +7,9 @@ all: docs fig2dev -L png -m 3 $*.fig | pngtopnm | pnmscale 0.4 | pnmtopng \ > $*.png +_wpa_supplicant.png: wpa_supplicant.png + cp $< $@ + docs-pics: wpa_supplicant.png wpa_supplicant.eps hostapd.png hostapd.eps docs: docs-pics @@ -14,12 +17,13 @@ docs: docs-pics $(MAKE) -C latex cp latex/refman.pdf wpa_supplicant-devel.pdf -html: docs-pics +html: docs-pics _wpa_supplicant.png (cd ..; doxygen doc/doxygen.conf; cd doc) clean: rm -f *~ rm -f wpa_supplicant.eps wpa_supplicant.png + rm -f _wpa_supplicant.png rm -f hostapd.eps hostapd.png rm -f doxygen.warnings rm -rf html latex |