Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 828 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 828 Bytes

Guidelines for Contributing

Welcome to the D community and thanks for your interest in contributing!

More Links

Tips for Development

Use the makefiles (either posix.mak or win32.mak based on your platform) to build the HTML files. Example invocations:

# Rebuild only the expression.html page
$ make -f win32.mak expression.html

# Build all the documentation
$ make -f win32.mak